Lender Price API
Locking a Loan Without LOS / 12. Relock (Worst Case) / 12.5 Get Historical Worst Case and Line
In This Topic
    12.5 Get Historical Worst Case and Line
    In This Topic

    Path

    POST /rest/v1/lp-ppe-api/getWorseCaseHistoricalLineAndCurrentLine/{{userId}} 
    

    Headers        

    Authorization
    
    Bearer {{accessToken}}
    
     
    

    Body

    Copy Code
    {
      "priceQuoteId": "{{priceQuoteId}}",
      "lockId": "{{lockId}}",
      "lockStatusId": "{{worseCaseStatusId}}",
      "line": {{lineResult}},
      "search": {{search}},
      "lockEventId": null
    }

    Example Request

    Copy Code
    curl --location -g 'https://ppe-extapi.cre8techuat.com/rest/v1/lp-ppe-api/getWorseCaseHistoricalLineAndCurrentLine/{{userId}}' \
    --header 'Authorization: Bearer {{accessToken}}' \
    --data '{
      "priceQuoteId": "{{priceQuoteId}}",
      "lockId": "{{lockId}}",
      "lockStatusId": "{{worseCaseStatusId}}",
      "line": {{lineResult}},
      "search": {{search}},
      "lockEventId": null
    }'

    Example Response

    This request doesn't return a response body.